home *** CD-ROM | disk | FTP | other *** search
- ; MakeExtras - by Jason Petty ,1993.
- ; Simple script to compile the extra files needed by the Amiga.lib.
-
- execute cc Extra
- execute cc DeletePort
- execute cc DeleteExtIO
- execute cc DeleteStdIO
- execute cc DeleteTask
- execute cc CreatePort
- execute cc CreateExtIO
- execute cc CreateStdIO
- execute cc CreateTask
-